home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
PASSDK30.ZIP;1
/
DISK1.ZIP
/
PAS
/
SUBS
/
MVSOUND
/
MK.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-04-07
|
373 b
|
24 lines
rem
rem Build the libraries!
rem
@echo off
if not (%debug%)==(ON) goto label05
@echo on
:label05
if (%1)==() goto help
call tiny %1
call small %1
call large %1
goto done
:help
echo To Use: DOS\ MK [MSC or BCC]
echo Where: MSC specifies Microsoft C
echo BCC specifies Borland C
:done